Release 10.1A: OpenEdge Development:
Messaging and ESB
sendToQueue procedure
Sends a message to a queue.
Syntax
Parameters
queueNameThe queue to which the message is sent. If the message is a reply to a received message,
queueNamecan be theReplyTofield obtained from the original message.messageThe Message object.
priorityThe message priority (optional): 0–9. If Unknown value (
?), the session default is used.timeToLiveTime to live, in milliseconds (optional). If Unknown value (
?), the session default is used.deliveryModeThe delivery mode (optional):
PERSISTENT,NON_PERSISTENT,NON_PERSISTENT_ASYNC, orUNKNOWN(?). If Unknown value (?), the session default is used.Applies to
Session objects
Notes
See also
browseQueue procedure, receiveFromQueue procedure, sendToQueue procedure
For more information, see the "Sending messages to a queue" section, the "Receiving messages from a queue" section, and the "Methods unique to Point-to-Point messaging" section.
For an example, see the "PTP message example" section.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |